ComponentOne Bitmap for UWP
SetConstantBuffers(Int32,ComArray<Buffer>) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > CommonShaderStageBase Class > SetConstantBuffers Method : SetConstantBuffers(Int32,ComArray<Buffer>) Method
Index into the device's zero-based array to which to set the array of constant buffers.
An array of constant buffer to set
Sets an array of constant buffers to be used by the shader stage.
Syntax
'Declaration
 
Public Overloads Sub SetConstantBuffers( _
   ByVal slot As System.Integer, _
   ByVal constantBuffers As ComArray(Of Buffer) _
) 
public void SetConstantBuffers( 
   System.int slot,
   ComArray<Buffer> constantBuffers
)

Parameters

slot
Index into the device's zero-based array to which to set the array of constant buffers.
constantBuffers
An array of constant buffer to set
See Also

Reference

CommonShaderStageBase Class
CommonShaderStageBase Members
Overload List